home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / builderExamples / stopwatch / StopwatchDerived.h < prev   
Encoding:
C/C++ Source or Header  |  1994-08-02  |  583 b   |  27 lines

  1. //////////////////////////////////////////////////////////////
  2. //
  3. // Header file for StopwatchDerived a subclass template
  4. //
  5. //    This file is generated by BuilderXcessory, ViewKit code generator.
  6. //////////////////////////////////////////////////////////////
  7. #ifndef STOPWATCHDERIVED_H
  8. #define STOPWATCHDERIVED_H
  9. #include "Stopwatch.h"
  10.  
  11. class StopwatchDerived : public Stopwatch
  12. {
  13.   protected:
  14.  
  15.     class VkPeriodic *_timer;  // Typed line
  16.     
  17.   private: 
  18.  
  19.   public:
  20.  
  21.     StopwatchDerived(const char *, Widget);
  22.     ~StopwatchDerived();
  23.     const char *   className();
  24. };
  25. #endif
  26.  
  27.